Skip to content
Snippets Groups Projects
Select Git revision
  • 55a59e16fd98f7e9b06f74cfd31b928ca0422412
  • master default protected
2 results

InitTest.java

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    InitTest.java 164 B
    import static org.junit.jupiter.api.Assertions.*;
    
    import org.junit.jupiter.api.Test;
    
    class InitTest {
    
    	@Test
    	void test() {
    		fail("Not yet implemented");
    	}
    
    }