package net.javaguides.springboot.serviceimpl;

import static org.junit.jupiter.api.Assertions.*;

import org.junit.jupiter.api.Test;

class StudentServiceImplTest {

	@Test
	void test() {
		fail("Not yet implemented");
	}

}
