Skip to content
Snippets Groups Projects
Forked from systemdesign / bootfahrten
6 commits behind the upstream repository.
FahrtenbuchApplicationTests.java 390 B
package de.thd.pms.fahrtenbuch;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit.jupiter.SpringExtension;

@ExtendWith(SpringExtension.class)
@SpringBootTest
public class FahrtenbuchApplicationTests {

	@Test
	public void contextLoads() {
	}

}