Class Named.Factory
- java.lang.Object
-
- org.palladiosimulator.simulizar.test.commons.annotation.Named.Factory
-
- All Implemented Interfaces:
Function<org.junit.jupiter.api.extension.ParameterContext,Predicate<Object>>
- Enclosing class:
- Named
public static class Named.Factory extends Object implements Function<org.junit.jupiter.api.extension.ParameterContext,Predicate<Object>>
The predicate factory for the enclosing annotation
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicate<Object>
apply(org.junit.jupiter.api.extension.ParameterContext t)
Creates a predicate which checks, whether the object is of type Identifier and if so, whether the identifier matches the value of the Named annotation of the parameter.
-