-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcanadian-dental-care-plan.code-workspace
44 lines (44 loc) · 1.72 KB
/
canadian-dental-care-plan.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"folders": [
{
"name": "Frontend",
"path": "frontend"
},
{
"name": "GitOps",
"path": "gitops"
},
{
"name": "Infrastructure",
"path": "infrastructure"
}
],
"settings": {
"files.trimTrailingWhitespace": true,
"java.compile.nullAnalysis.mode": "automatic",
"java.completion.favoriteStaticMembers": [
"org.assertj.core.api.Assertions.*",
"org.hamcrest.CoreMatchers.*",
"org.junit.Assert.*",
"org.junit.Assume.*",
"org.junit.jupiter.api.Assertions.*",
"org.junit.jupiter.api.Assumptions.*",
"org.junit.jupiter.api.DynamicContainer.*",
"org.junit.jupiter.api.DynamicTest.*",
"org.mockito.ArgumentMatchers.*",
"org.mockito.Mockito.*",
"org.springframework.hateoas.server.mvc.WebMvcLinkBuilder.*",
"org.springframework.restdocs.mockmvc.MokMvcRestDocumentation.*",
"org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders.*",
"org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.*",
"org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.*",
"org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.*",
"org.springframework.test.web.client.match.MockRestRequestMatchers.*",
"org.springframework.test.web.client.response.MockRestResponseCreators.*",
"org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*",
"org.springframework.test.web.servlet.result.MockMvcResultHandlers.*",
"org.springframework.test.web.servlet.result.MockMvcResultMatchers.*"
],
"java.configuration.updateBuildConfiguration": "automatic"
}
}