- package com.example.data_structure.service;
- import org.springframework.beans.factory.annotation.Autowired;
- import org.springframework.boot.test.context.SpringBootTest;
- @SpringBootTest
- public class GraphServiceTest {
- @Autowired
- GraphService graphService;
- }
|