@ -0,0 +1,10 @@
package ugsbo.com.notenSpeicher;
public class Auswertung {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
@ -0,0 +1,9 @@
public class Noten {
public Noten() {
// TODO Auto-generated constructor stub
public class NotenKette {
public NotenKette() {
@ -0,0 +1,17 @@
package com.ugsbo.notenSpeicher;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class Test_NotenChain {
@Before
public void setUp() throws Exception {}
@Test
public void test() {
fail("Not yet implemented");