Class TestProcedureToString
java.lang.Object
org.apache.hadoop.hbase.procedure2.TestProcedureToString
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classA do-nothing basic procedure just for testing toString.(package private) static classA do-nothing environment for BasicProcedure.(package private) static classA do-nothing basic procedure that overrides the toStringState method.(package private) static classDo-nothing SimpleMachineProcedure for checking its toString. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest 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
-