File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
integration-test/src/test/java/org/cloudfoundry Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ public void testEntry(TestInfo testInfo) {
64
64
65
65
@ AfterEach
66
66
public final void testExit () {
67
- this .logger .debug ("<< {} >>" , getTestName ());
68
- }
67
+ this .logger .debug ("<< {} >>" , getTestName ());
68
+ }
69
69
70
70
protected static Mono <byte []> getBytes (String path ) {
71
71
try (InputStream in = new FileInputStream (new File ("src/test/resources" , path )); ByteArrayOutputStream out = new ByteArrayOutputStream ()) {
@@ -83,11 +83,11 @@ protected static Mono<byte[]> getBytes(String path) {
83
83
}
84
84
85
85
protected static <T > Consumer <Tuple2 <T , T >> tupleEquality () {
86
- return consumer ((expected , actual ) -> assertThat (actual ).isEqualTo (expected ));
87
- }
86
+ return consumer ((expected , actual ) -> assertThat (actual ).isEqualTo (expected ));
87
+ }
88
88
89
89
private String getTestName () {
90
- return String .format ("%s.%s" , this .getClass ().getSimpleName (), this .testName );
91
- }
90
+ return String .format ("%s.%s" , this .getClass ().getSimpleName (), this .testName );
91
+ }
92
92
93
93
}
You can’t perform that action at this time.
0 commit comments