From 7c9ccb2f3fddf5cc5bddf3e86c4a75c60b832cb5 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Tue, 24 Nov 2015 12:05:43 -0500 Subject: [PATCH] [diff component]: multiple separate systems added "stop an application except certain states" and "suspending and resuming" to a "Multiple separate systems" section --- doc/differences-from-component.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/differences-from-component.md b/doc/differences-from-component.md index 29618cf..93f678e 100644 --- a/doc/differences-from-component.md +++ b/doc/differences-from-component.md @@ -186,7 +186,9 @@ Testing is not alien to Mount and it knows how to do a thing or two: * [starting / stopping parts of an application](https://github.com/tolitius/mount/blob/master/doc/differences-from-component.md#starting-and-stopping-parts-of-an-application) * [start an application without certain states](https://github.com/tolitius/mount#start-an-application-without-certain-states) -* and [swapping alternate implementations](https://github.com/tolitius/mount#swapping-alternate-implementations) +* [swapping alternate implementations](https://github.com/tolitius/mount#swapping-alternate-implementations) +* [stop an application except certain states](https://github.com/tolitius/mount#stop-an-application-except-certain-states) +* [suspending and resuming](https://github.com/tolitius/mount#suspending-and-resuming) But running two apps in the same JVM side by side with "same but different" states, is not something Mount can do at the moment.