|
|
@ -0,0 +1,25 @@ |
|
|
|
package com.ugsbo.auslandssemester; |
|
|
|
|
|
|
|
import static org.junit.Assert.*; |
|
|
|
|
|
|
|
import org.junit.After; |
|
|
|
import org.junit.AfterClass; |
|
|
|
import org.junit.Before; |
|
|
|
import org.junit.BeforeClass; |
|
|
|
import org.junit.Test; |
|
|
|
|
|
|
|
import com.ugsbo.entscheider.Entscheider; |
|
|
|
|
|
|
|
public class JUnitTestAusslandssemesterSitzung { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
public void Test() { |
|
|
|
|
|
|
|
fail("Not yet implemented"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |