Searched refs:DEFAULT_TF_VERSION (Results 1 – 2 of 2) sorted by relevance
77 Assert.assertEquals(ClusterHostUtil.DEFAULT_TF_VERSION, actual); in testToValidTfVersionWithEmptyVersion()85 Assert.assertEquals(ClusterHostUtil.DEFAULT_TF_VERSION, actual); in testToValidTfVersionWithNullVersion()93 Assert.assertEquals(ClusterHostUtil.DEFAULT_TF_VERSION, actual); in testToValidTfVersionWithInvalidVersion()
51 static final String DEFAULT_TF_VERSION = "(unknown)"; field in ClusterHostUtil183 return DEFAULT_TF_VERSION; in toValidTfVersion()