spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/BuildImageTests.java [59:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			try (GenericContainer<?> container = new GenericContainer<>(imageReference.toString())) {
				container.waitingFor(Wait.forLogMessage("Launched\\n", 1)).start();
			}
			finally {
				removeImage(imageReference);
			}
		});
	}

	@TestTemplate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/BuildImageTests.java [83:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					try (GenericContainer<?> container = new GenericContainer<>(imageReference.toString())) {
						container.waitingFor(Wait.forLogMessage("Launched\\n", 1)).start();
					}
					finally {
						removeImage(imageReference);
					}
				});
	}

	@TestTemplate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/BuildImageTests.java [105:114]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					try (GenericContainer<?> container = new GenericContainer<>(imageReference.toString())) {
						container.waitingFor(Wait.forLogMessage("Launched\\n", 1)).start();
					}
					finally {
						removeImage(imageReference);
					}
				});
	}

	@TestTemplate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/BuildImageTests.java [124:133]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			try (GenericContainer<?> container = new GenericContainer<>(imageReference.toString())) {
				container.waitingFor(Wait.forLogMessage("Launched\\n", 1)).start();
			}
			finally {
				removeImage(imageReference);
			}
		});
	}

	@TestTemplate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/BuildImageTests.java [142:151]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					try (GenericContainer<?> container = new GenericContainer<>(imageReference.toString())) {
						container.waitingFor(Wait.forLogMessage("Launched\\n", 1)).start();
					}
					finally {
						removeImage(imageReference);
					}
				});
	}

	@TestTemplate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



