mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-19 16:08:02 +03:00
float handlers
This commit is contained in:
@ -38,7 +38,10 @@ public class InstructionHandlerFactoryTests
|
||||
|
||||
foreach (var handlerType in handlerTypes)
|
||||
{
|
||||
Assert.Contains(handlers, x => x.GetType() == handlerType);
|
||||
if (handlers.All(x => x.GetType() != handlerType))
|
||||
{
|
||||
Assert.Fail($"{handlerType.Name} not found");
|
||||
}
|
||||
}
|
||||
|
||||
var uniqueRegisteredHandlers = new HashSet<string>();
|
||||
|
Reference in New Issue
Block a user