Search in sources :

Example 16 with ProcessInfo

use of com.seleniumtests.util.osutility.ProcessInfo in project seleniumRobot by bhecquet.

the class TestProcessInfo method testObjectNullEquals.

@Test(groups = { "ut" })
public void testObjectNullEquals() {
    ProcessInfo pi = new ProcessInfo();
    ;
    assertFalse(pi.equals(null));
}
Also used : ProcessInfo(com.seleniumtests.util.osutility.ProcessInfo) MockitoTest(com.seleniumtests.MockitoTest) PrepareForTest(org.powermock.core.classloader.annotations.PrepareForTest) Test(org.testng.annotations.Test) GenericTest(com.seleniumtests.GenericTest)

Aggregations

ProcessInfo (com.seleniumtests.util.osutility.ProcessInfo)16 GenericTest (com.seleniumtests.GenericTest)15 Test (org.testng.annotations.Test)15 MockitoTest (com.seleniumtests.MockitoTest)8 PrepareForTest (org.powermock.core.classloader.annotations.PrepareForTest)8 ConfigurationException (com.seleniumtests.customexception.ConfigurationException)1