Class TestProcedureToString
java.lang.Object
org.apache.hadoop.hbase.procedure2.TestProcedureToString
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
A do-nothing basic procedure just for testing toString.(package private) static class
A do-nothing environment for BasicProcedure.(package private) static class
A do-nothing basic procedure that overrides the toStringState method.(package private) static class
Do-nothing SimpleMachineProcedure for checking its toString. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test that I can override the toString for its state value.void
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestProcedureToString
public TestProcedureToString()
-
-
Method Details
-
testBasicToString
Test that I can override the toString for its state value. -
testStateMachineProcedure
-