Skip to content

Commit

Permalink
remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schuehly committed Aug 18, 2023
1 parent 16b4694 commit eaf6d25
Show file tree
Hide file tree
Showing 31 changed files with 3 additions and 704 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package de.tschuehly.spring.viewcomponent.jte
package de.tschuehly.jteviewcomponentdemo


import de.tschuehly.spring.viewcomponent.jte.application.JteTestApplication
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
Expand All @@ -14,11 +13,10 @@ import org.springframework.http.ResponseEntity


@SpringBootTest(
classes = [JteTestApplication::class],
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT
)
@Disabled
class JteTest(
class JteIntegrationTest(
@Autowired val testRestTemplate: TestRestTemplate
) {
@Test
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.springframework.http.ResponseEntity
@SpringBootTest(
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT
)
class IntegrationTest(
class ThymeleafIntegrationTest(
@Autowired val testRestTemplate: TestRestTemplate
) {
@Test
Expand Down
Loading

0 comments on commit eaf6d25

Please sign in to comment.