Class TestProcedureToString
java.lang.Object
org.apache.hadoop.hbase.procedure2.TestProcedureToString
@Tag("org.apache.hadoop.hbase.testclassification.MasterTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestProcedureToString
extends Object
-
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. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest that I can override the toString for its state value.void
-
Constructor Details
-
TestProcedureToString
public TestProcedureToString()
-
-
Method Details
-
testBasicToString
Test that I can override the toString for its state value. -
testStateMachineProcedure
-