added directive to run live test

This commit is contained in:
Mathieu Fortin
2020-03-17 19:20:11 -04:00
parent 57f2a6bc9d
commit 3f58784dac

View File

@@ -7,6 +7,11 @@ import org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec;
import com.baeldung.debugging.consumer.service.FooService; import com.baeldung.debugging.consumer.service.FooService;
/**
* In order to run this live test, start the following classes:
* - com.baeldung.debugging.server.ServerDebuggingApplication
* - com.baeldung.debugging.consumer.ConsumerDebuggingApplication
*/
public class ConsumerFooServiceLiveTest { public class ConsumerFooServiceLiveTest {
FooService service = new FooService(); FooService service = new FooService();