You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/01/26 23:23:39 UTC

[jira] [Updated] (GEODE-773) Extract static methods from DistributedTestCase

     [ https://issues.apache.org/jira/browse/GEODE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund updated GEODE-773:
----------------------------
    Description: 
This is a sub-task to merge changes incrementally from feature/GEODE-217.

Extract static methods from DistributedTestCase to new classes with better defined responsibilities. One purpose is to mirror the classes in JUnit with methods that can be statically imported into tests.

com.gemstone.gemfire.test.dunit:
{noformat}
Assert
AsyncInvocation
DebuggerSupport
DUnitEnv
Host
IgnoredException
Invoke
Jitter
NetworkSupport
RepeatableRunnable
RMIException
SerializableCallable
SerializableCallableIF
SerializableRunnable
SerializableRunnableIF
StoppableWaitCriterion
Threads
VM
Wait
WaitCriterion
{noformat}


  was:
This is a sub-task to merge changes incrementally from feature/GEODE-217.

Extract static methods from DistributedTestCase to new classes with better defined responsibilities. One purpose is to mirror the classes in JUnit with methods that can be statically imported into tests.

com.gemstone.gemfire.test.dunit
Assert
AsyncInvocation
DebuggerSupport
DUnitEnv
ExpectedExceptionString
Host
Invoke
Jitter
NetworkSupport
RepeatableRunnable
RMIException
SerializableCallable
SerializableRunnable
StoppableWaitCriterion
Threads
VM
Wait
WaitCriterion

Deprecate the classes in dunit package and modify dunit.DistributedTestCase to invoke the methods in the new classes.



> Extract static methods from DistributedTestCase
> -----------------------------------------------
>
>                 Key: GEODE-773
>                 URL: https://issues.apache.org/jira/browse/GEODE-773
>             Project: Geode
>          Issue Type: Sub-task
>          Components: tests
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>
> This is a sub-task to merge changes incrementally from feature/GEODE-217.
> Extract static methods from DistributedTestCase to new classes with better defined responsibilities. One purpose is to mirror the classes in JUnit with methods that can be statically imported into tests.
> com.gemstone.gemfire.test.dunit:
> {noformat}
> Assert
> AsyncInvocation
> DebuggerSupport
> DUnitEnv
> Host
> IgnoredException
> Invoke
> Jitter
> NetworkSupport
> RepeatableRunnable
> RMIException
> SerializableCallable
> SerializableCallableIF
> SerializableRunnable
> SerializableRunnableIF
> StoppableWaitCriterion
> Threads
> VM
> Wait
> WaitCriterion
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)