Package org.eclipse.aether.internal.impl
Class DefaultOfflineControllerTest
- java.lang.Object
-
- org.eclipse.aether.internal.impl.DefaultOfflineControllerTest
-
public class DefaultOfflineControllerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultOfflineControllerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testCheckOffline_Offline()
void
testCheckOffline_Offline_OfflineHost()
void
testCheckOffline_Offline_OfflineProtocol()
void
testCheckOffline_Offline_OnlineHost()
void
testCheckOffline_Offline_OnlineProtocol()
void
testCheckOffline_Online()
-
-
-
Constructor Detail
-
DefaultOfflineControllerTest
public DefaultOfflineControllerTest()
-
-
Method Detail
-
setup
public void setup()
-
testCheckOffline_Online
public void testCheckOffline_Online() throws Exception
- Throws:
Exception
-
testCheckOffline_Offline
public void testCheckOffline_Offline() throws Exception
- Throws:
Exception
-
testCheckOffline_Offline_OfflineProtocol
public void testCheckOffline_Offline_OfflineProtocol() throws Exception
- Throws:
Exception
-
testCheckOffline_Offline_OnlineProtocol
public void testCheckOffline_Offline_OnlineProtocol() throws Exception
- Throws:
Exception
-
testCheckOffline_Offline_OfflineHost
public void testCheckOffline_Offline_OfflineHost() throws Exception
- Throws:
Exception
-
testCheckOffline_Offline_OnlineHost
public void testCheckOffline_Offline_OnlineHost() throws Exception
- Throws:
Exception
-
-