media-rental-manager / MEDIA RENTAL MANAGER / src / tests / StudentTests.java
StudentTests.java
Raw
package tests;

import static org.junit.Assert.*;

import org.junit.Test;

public class StudentTests {

	@Test
	public void test() {
		fail("Not yet implemented");
	}

}