public class TestMasterAddressTracker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestMasterAddressTracker.NodeCreationListener |
| Modifier and Type | Field and Description |
|---|---|
TestName |
name |
| Constructor and Description |
|---|
TestMasterAddressTracker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testDeleteIfEquals() |
void |
testMasterAddressTrackerFromZK()
Unit tests that uses ZooKeeper but does not use the master-side methods
but rather acts directly on ZK.
|
void |
testNoBackups() |
void |
testNoMaster() |
void |
testParsingNull() |
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeleteIfEquals()
throws java.lang.Exception
java.lang.Exceptionpublic void testMasterAddressTrackerFromZK()
throws java.lang.Exception
java.lang.Exceptionpublic void testParsingNull()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoBackups()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoMaster()
throws java.lang.Exception
java.lang.Exception