diff --git a/test/edu/nps/moves/dis7/NewEmptyJUnitTest.java b/test/edu/nps/moves/dis7/NewEmptyJUnitTest.java deleted file mode 100644 index f884b5f09c5c64fd26623cdc6d7b7fd4b7fb4b81..0000000000000000000000000000000000000000 --- a/test/edu/nps/moves/dis7/NewEmptyJUnitTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ -package edu.nps.moves.dis7; - -import org.junit.jupiter.api.AfterEach; -import org.junit.jupiter.api.AfterAll; -import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.BeforeAll; -import org.junit.jupiter.api.Test; -import static org.junit.jupiter.api.Assertions.*; - -/** - * - * @author mike - */ -public class NewEmptyJUnitTest -{ - - public NewEmptyJUnitTest() - { - } - - @BeforeAll - public static void setUpClass() - { - } - - @AfterAll - public static void tearDownClass() - { - } - - @BeforeEach - public void setUp() - { - } - - @AfterEach - public void tearDown() - { - } - - // TODO add test methods here. - // The methods must be annotated with annotation @Test. For example: - // - // @Test - // public void hello() {} -}