File tree Expand file tree Collapse file tree
compiler/src/test/java/com/github/mustachejava Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .github .mustachejava ;
22
33import com .fasterxml .jackson .databind .JsonNode ;
4+ import org .junit .Ignore ;
5+ import org .junit .Test ;
46
57import java .io .Reader ;
68import java .io .StringReader ;
79
810public class FullSpecTest extends SpecTest {
11+ @ Override
12+ @ Test
13+ @ Ignore ("not ready yet" )
14+ public void interpolations () {
15+ }
16+
17+ @ Override
18+ @ Test
19+ @ Ignore ("not ready yet" )
20+ public void sections () {
21+ }
22+
23+ @ Override
24+ @ Test
25+ @ Ignore ("not ready yet" )
26+ public void delimiters () {
27+ }
28+
29+ @ Override
30+ @ Test
31+ @ Ignore ("not ready yet" )
32+ public void inverted () {
33+ }
34+
35+ @ Override
36+ @ Test
37+ @ Ignore ("not ready yet" )
38+ public void lambdas () {
39+ }
40+
941 @ Override
1042 protected DefaultMustacheFactory createMustacheFactory (final JsonNode test ) {
1143 return new SpecMustacheFactory ("/spec/specs" ) {
You can’t perform that action at this time.
0 commit comments