File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/net/gamrath/junitpredict
test/java/net/gamrath/junitpredict Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414import java .nio .file .StandardOpenOption ;
1515import java .util .*;
1616
17- public class TestPredictionExtension implements BeforeAllCallback , AfterTestExecutionCallback , AfterAllCallback {
17+ public class Predict implements BeforeAllCallback , AfterTestExecutionCallback , AfterAllCallback {
1818
1919 private final Map <String , TestResult > resultByTestName = new HashMap <>();
2020 private Prediction prediction = null ;
Original file line number Diff line number Diff line change 66
77import static org .junit .jupiter .api .Assertions .fail ;
88
9- @ ExtendWith (TestPredictionExtension .class )
9+ @ ExtendWith (Predict .class )
1010@ Disabled ("For demonstration" )
1111class MyTest {
1212 @ Test
You can’t perform that action at this time.
0 commit comments