File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
src/test/resources/META-INF Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 22* .iml
33target /
44
5+ .DS_Store
6+
57* .bak
68
79.settings /
Original file line number Diff line number Diff line change 130130 <scope >test</scope >
131131 </dependency >
132132
133+ <dependency >
134+ <groupId >digital.pragmatech.testing</groupId >
135+ <artifactId >spring-test-profiler</artifactId >
136+ <version >0.0.7</version >
137+ <scope >test</scope >
138+ </dependency >
133139 <dependency >
134140 <groupId >org.springframework.boot</groupId >
135141 <artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change 1+ org.springframework.test.context.TestExecutionListener=\
2+ digital.pragmatech.testing.SpringTestProfilerListener
3+ org.springframework.context.ApplicationContextInitializer=\
4+ digital.pragmatech.testing.diagnostic.ContextDiagnosticApplicationInitializer
You can’t perform that action at this time.
0 commit comments