Uses of Class
com.carrotsearch.ant.tasks.junit4.JUnit4
-
-
Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type JUnit4 Modifier and Type Method Description voidSuiteBalancer. setOwner(JUnit4 owner)Sets the owner task (for logging mostly).Constructors in com.carrotsearch.ant.tasks.junit4 with parameters of type JUnit4 Constructor Description DiagnosticsListener(ForkedJvmInfo slave, JUnit4 task) -
Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4.balancers
Fields in com.carrotsearch.ant.tasks.junit4.balancers declared as JUnit4 Modifier and Type Field Description private JUnit4ExecutionTimeBalancer. ownerOwning task (logging).Methods in com.carrotsearch.ant.tasks.junit4.balancers with parameters of type JUnit4 Modifier and Type Method Description voidExecutionTimeBalancer. setOwner(JUnit4 owner)voidRoundRobinBalancer. setOwner(JUnit4 owner) -
Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4.listeners
Fields in com.carrotsearch.ant.tasks.junit4.listeners declared as JUnit4 Modifier and Type Field Description private JUnit4ExecutionTimesReport. outerOuter task.Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type JUnit4 Modifier and Type Method Description voidAggregatedEventListener. setOuter(JUnit4 junit)Link to the container.voidExecutionTimesReport. setOuter(JUnit4 outer)voidTextReport. setOuter(JUnit4 task)Initialization by container taskJUnit4. -
Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4.listeners.antxml
Fields in com.carrotsearch.ant.tasks.junit4.listeners.antxml declared as JUnit4 Modifier and Type Field Description private JUnit4AntXmlReport. junit4Methods in com.carrotsearch.ant.tasks.junit4.listeners.antxml with parameters of type JUnit4 Modifier and Type Method Description voidAntXmlReport. setOuter(JUnit4 junit4) -
Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4.listeners.json
Fields in com.carrotsearch.ant.tasks.junit4.listeners.json declared as JUnit4 Modifier and Type Field Description private JUnit4JsonReport. junit4Methods in com.carrotsearch.ant.tasks.junit4.listeners.json with parameters of type JUnit4 Modifier and Type Method Description voidJsonReport. setOuter(JUnit4 junit4)
-