File tree Expand file tree Collapse file tree
vscode-wpilib/resources/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 ],
2828 "java.test.defaultConfig" : " WPIlibUnitTests" ,
2929 "java.import.gradle.annotationProcessing.enabled" : false ,
30+ "java.completion.favoriteStaticMembers" : [
31+ " org.junit.Assert.*" ,
32+ " org.junit.Assume.*" ,
33+ " org.junit.jupiter.api.Assertions.*" ,
34+ " org.junit.jupiter.api.Assumptions.*" ,
35+ " org.junit.jupiter.api.DynamicContainer.*" ,
36+ " org.junit.jupiter.api.DynamicTest.*" ,
37+ " org.mockito.Mockito.*" ,
38+ " org.mockito.ArgumentMatchers.*" ,
39+ " org.mockito.Answers.*" ,
40+ " edu.wpi.first.units.Units.*"
41+ ],
3042 "java.completion.filteredTypes" : [
3143 " java.awt.*" ,
3244 " com.sun.*" ,
Original file line number Diff line number Diff line change 2626 },
2727 ],
2828 "java.test.defaultConfig" : " WPIlibUnitTests" ,
29- "java.import.gradle.annotationProcessing.enabled" : false
29+ "java.import.gradle.annotationProcessing.enabled" : false ,
30+ "java.completion.favoriteStaticMembers" : [
31+ " org.junit.Assert.*" ,
32+ " org.junit.Assume.*" ,
33+ " org.junit.jupiter.api.Assertions.*" ,
34+ " org.junit.jupiter.api.Assumptions.*" ,
35+ " org.junit.jupiter.api.DynamicContainer.*" ,
36+ " org.junit.jupiter.api.DynamicTest.*" ,
37+ " org.mockito.Mockito.*" ,
38+ " org.mockito.ArgumentMatchers.*" ,
39+ " org.mockito.Answers.*" ,
40+ " edu.wpi.first.units.Units.*"
41+ ]
3042}
Original file line number Diff line number Diff line change 2828 ],
2929 "java.test.defaultConfig" : " WPIlibUnitTests" ,
3030 "java.import.gradle.annotationProcessing.enabled" : false ,
31+ "java.completion.favoriteStaticMembers" : [
32+ " org.junit.Assert.*" ,
33+ " org.junit.Assume.*" ,
34+ " org.junit.jupiter.api.Assertions.*" ,
35+ " org.junit.jupiter.api.Assumptions.*" ,
36+ " org.junit.jupiter.api.DynamicContainer.*" ,
37+ " org.junit.jupiter.api.DynamicTest.*" ,
38+ " org.mockito.Mockito.*" ,
39+ " org.mockito.ArgumentMatchers.*" ,
40+ " org.mockito.Answers.*" ,
41+ " edu.wpi.first.units.Units.*"
42+ ],
3143 "java.completion.filteredTypes" : [
3244 " java.awt.*" ,
3345 " com.sun.*" ,
Original file line number Diff line number Diff line change 2828 ],
2929 "java.test.defaultConfig" : " WPIlibUnitTests" ,
3030 "java.import.gradle.annotationProcessing.enabled" : false ,
31+ "java.completion.favoriteStaticMembers" : [
32+ " org.junit.Assert.*" ,
33+ " org.junit.Assume.*" ,
34+ " org.junit.jupiter.api.Assertions.*" ,
35+ " org.junit.jupiter.api.Assumptions.*" ,
36+ " org.junit.jupiter.api.DynamicContainer.*" ,
37+ " org.junit.jupiter.api.DynamicTest.*" ,
38+ " org.mockito.Mockito.*" ,
39+ " org.mockito.ArgumentMatchers.*" ,
40+ " org.mockito.Answers.*" ,
41+ " edu.wpi.first.units.Units.*"
42+ ],
3143 "java.completion.filteredTypes" : [
3244 " java.awt.*" ,
3345 " com.sun.*" ,
You can’t perform that action at this time.
0 commit comments