You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microservices-self-registration/eurekaserver/src/main/java/com/learning/eurekaserver/EurekaserverApplication.java
Copy file name to clipboardExpand all lines: microservices-self-registration/eurekaserver/src/test/java/com/learning/eurekaserver/EurekaserverApplicationTests.java
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@
6
6
@SpringBootTest
7
7
classEurekaserverApplicationTests {
8
8
9
-
@Test
10
-
voidcontextLoads() {
11
-
// This is a basic integration test that checks if the Spring Application Context loads successfully.
9
+
@Test
10
+
voidcontextLoads() {
11
+
// This is a basic integration test that checks if the Spring Application Context loads
12
+
// successfully.
12
13
// If the context loads without any exceptions, the test is considered passing.
13
14
// It is often left empty as the act of loading the context is the primary verification.
14
-
// You can add specific assertions here if you want to verify the presence or state of certain beans.
15
-
}
16
-
15
+
// You can add specific assertions here if you want to verify the presence or state of certain
0 commit comments