Java

Java

Made by DeepSource

JUnit test class overrides setUp but does not invoke super.setUp() JAVA-S0337

Bug risk
Major

This class inherits from JUnit's TestCase class and implements the setUp() method. The setUp method should call super.setUp(), but doesn't.