toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.json
/
JsonParameterSetTest
Json
Parameter
Set
Test
@
Target
(
value
=
ElementType.METHOD
)
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
ArgumentsSource
(
value
=
JsonArgumentSetProvider.class
)
public
@interface
JsonParameterSetTest
(
source
)
A parameterized test that uses a JSON file as input and apply custom converters to the JSON nodes.
Members
Functions
annotation
Type
Link copied to clipboard
public
abstract
Class
<
? extends
Annotation
>
annotationType
(
)
custom
Converters
Link copied to clipboard
public
abstract
String
customConverters
(
)
The name of the field in the test class that contains a map of custom converters.
equals
Link copied to clipboard
public
abstract
boolean
equals
(
Object
p
)
hash
Code
Link copied to clipboard
public
abstract
int
hashCode
(
)
to
String
Link copied to clipboard
public
abstract
String
toString
(
)
value
Link copied to clipboard
public
abstract
String
value
(
)
The path to the JSON file containing the test data.