C D J T V 
All Classes All Packages

C

com.ibm.decision.run.test.junit5 - package com.ibm.decision.run.test.junit5
Classes for unit testing decisions using JUnit 5
createTests(Class<?>) - Static method in class com.ibm.decision.run.test.junit5.JSONTestDirectoryFactory
Creates tests using descriptions in JSON

D

decisionFunction() - Method in annotation type com.ibm.decision.run.test.junit5.DecisionTest
The name of the decision function to be tested.
decisionOperation() - Method in annotation type com.ibm.decision.run.test.junit5.DecisionTest
the name of the decision operation to be tested.
DecisionTest - Annotation Type in com.ibm.decision.run.test.junit5
Annotation to test decisions.

J

JSONTestDirectoryFactory - Class in com.ibm.decision.run.test.junit5
Factory for creating tests using descriptions in JSON, and information from @DecisionTest annotation.
JSONTestDirectoryFactory() - Constructor for class com.ibm.decision.run.test.junit5.JSONTestDirectoryFactory
 

T

testDirectory() - Method in annotation type com.ibm.decision.run.test.junit5.DecisionTest
Test directory, by default the directory that corresponds <package of test class>/<decision function or operation>

V

verbose - Static variable in class com.ibm.decision.run.test.junit5.JSONTestDirectoryFactory
Verbose tests, by default false.
C D J T V 
All Classes All Packages