You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
230 B
17 lines
230 B
11 years ago
|
package com.jayway.jsonpath;
|
||
|
|
||
|
import org.junit.Test;
|
||
|
|
||
|
public class OptionsTest extends BaseTest {
|
||
|
|
||
|
|
||
|
@Test
|
||
|
public void leafs_can_be_defaulted_to_null() {
|
||
|
|
||
|
//assertThat(parse(singletonMap("foo", "bar"))).
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|