mirror of https://github.com/grpc/grpc-java.git
context: add RunWith annotation
This commit is contained in:
parent
97c625fa79
commit
812e65a5ca
|
|
@ -25,7 +25,10 @@ import io.grpc.PersistentHashArrayMappedTrie.CompressedIndex;
|
||||||
import io.grpc.PersistentHashArrayMappedTrie.Leaf;
|
import io.grpc.PersistentHashArrayMappedTrie.Leaf;
|
||||||
import io.grpc.PersistentHashArrayMappedTrie.Node;
|
import io.grpc.PersistentHashArrayMappedTrie.Node;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
import org.junit.runner.RunWith;
|
||||||
|
import org.junit.runners.JUnit4;
|
||||||
|
|
||||||
|
@RunWith(JUnit4.class)
|
||||||
public class PersistentHashArrayMappedTrieTest {
|
public class PersistentHashArrayMappedTrieTest {
|
||||||
@Test
|
@Test
|
||||||
public void leaf_replace() {
|
public void leaf_replace() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue