Spaces:
Sleeping
Sleeping
package com.example.p1; | |
import org.junit.jupiter.api.Test; | |
import org.springframework.boot.test.context.SpringBootTest; | |
class P1ApplicationTests { | |
void contextLoads() { | |
} | |
} | |