BAEL-1857 Delete FunctionTestSuite.java
This commit is contained in:
parent
b23980ae2c
commit
87e6645b1c
@ -1,11 +0,0 @@
|
||||
package com.baeldung;
|
||||
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
|
||||
@RunWith(Suite.class)
|
||||
@SuiteClasses({StringFunctionTest.class, MathFunctionTest.class})
|
||||
public class FunctionTestSuite {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user