Move code for BAEL-2833 from core-java-8-2 to core-java-lang-oop-2 (#6755)

This commit is contained in:
Andrey Shcherbakov 2019-04-19 03:54:24 +02:00 committed by maibin
parent 15b053c6a8
commit 062ea56d7a
3 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
package com.baeldung;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class UnitTest {
/**
* Stub test
*/
@Test
public void givenPreconditions_whenCondition_shouldResult() {
assertTrue(true);
}
}