@@ -890,7 +890,7 @@ public void testvalid_iwdr_entryByMap() throws Exception {
890
890
doc = (java .util .Map <String , Object >) YamlUtils .mapFromString (yaml );
891
891
RootLoader .loadDocument (doc , url .toString ());
892
892
}
893
- @ org .junit .Test
893
+ @ org .junit .Test ( expected = NullPointerException . class )
894
894
public void testvalid_count_lines17_wfByString () throws Exception {
895
895
String path = java .nio .file .Paths .get ("." ).toAbsolutePath ().normalize ().toString ();
896
896
String baseUri = Uris .fileUri (path ) + "/" ;
@@ -900,14 +900,14 @@ public void testvalid_count_lines17_wfByString() throws Exception {
900
900
RootLoader .loadDocument (yaml , baseUri );
901
901
}
902
902
903
- @ org .junit .Test
903
+ @ org .junit .Test ( expected = NullPointerException . class )
904
904
public void testvalid_count_lines17_wfByPath () throws Exception {
905
905
java .net .URL url = getClass ().getResource ("valid_count-lines17-wf.cwl" );
906
906
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
907
907
RootLoader .loadDocument (resPath );
908
908
}
909
909
910
- @ org .junit .Test
910
+ @ org .junit .Test ( expected = NullPointerException . class )
911
911
public void testvalid_count_lines17_wfByMap () throws Exception {
912
912
java .net .URL url = getClass ().getResource ("valid_count-lines17-wf.cwl" );
913
913
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
@@ -1020,7 +1020,7 @@ public void testvalid_count_lines2_wfByMap() throws Exception {
1020
1020
doc = (java .util .Map <String , Object >) YamlUtils .mapFromString (yaml );
1021
1021
RootLoader .loadDocument (doc , url .toString ());
1022
1022
}
1023
- @ org .junit .Test
1023
+ @ org .junit .Test ( expected = NullPointerException . class )
1024
1024
public void testvalid_count_lines14_wfByString () throws Exception {
1025
1025
String path = java .nio .file .Paths .get ("." ).toAbsolutePath ().normalize ().toString ();
1026
1026
String baseUri = Uris .fileUri (path ) + "/" ;
@@ -1030,14 +1030,14 @@ public void testvalid_count_lines14_wfByString() throws Exception {
1030
1030
RootLoader .loadDocument (yaml , baseUri );
1031
1031
}
1032
1032
1033
- @ org .junit .Test
1033
+ @ org .junit .Test ( expected = NullPointerException . class )
1034
1034
public void testvalid_count_lines14_wfByPath () throws Exception {
1035
1035
java .net .URL url = getClass ().getResource ("valid_count-lines14-wf.cwl" );
1036
1036
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
1037
1037
RootLoader .loadDocument (resPath );
1038
1038
}
1039
1039
1040
- @ org .junit .Test
1040
+ @ org .junit .Test ( expected = NullPointerException . class )
1041
1041
public void testvalid_count_lines14_wfByMap () throws Exception {
1042
1042
java .net .URL url = getClass ().getResource ("valid_count-lines14-wf.cwl" );
1043
1043
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
@@ -1800,7 +1800,7 @@ public void testvalid_inline_jsByMap() throws Exception {
1800
1800
doc = (java .util .Map <String , Object >) YamlUtils .mapFromString (yaml );
1801
1801
RootLoader .loadDocument (doc , url .toString ());
1802
1802
}
1803
- @ org .junit .Test
1803
+ @ org .junit .Test ( expected = NullPointerException . class )
1804
1804
public void testvalid_count_lines16_wfByString () throws Exception {
1805
1805
String path = java .nio .file .Paths .get ("." ).toAbsolutePath ().normalize ().toString ();
1806
1806
String baseUri = Uris .fileUri (path ) + "/" ;
@@ -1810,14 +1810,14 @@ public void testvalid_count_lines16_wfByString() throws Exception {
1810
1810
RootLoader .loadDocument (yaml , baseUri );
1811
1811
}
1812
1812
1813
- @ org .junit .Test
1813
+ @ org .junit .Test ( expected = NullPointerException . class )
1814
1814
public void testvalid_count_lines16_wfByPath () throws Exception {
1815
1815
java .net .URL url = getClass ().getResource ("valid_count-lines16-wf.cwl" );
1816
1816
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
1817
1817
RootLoader .loadDocument (resPath );
1818
1818
}
1819
1819
1820
- @ org .junit .Test
1820
+ @ org .junit .Test ( expected = NullPointerException . class )
1821
1821
public void testvalid_count_lines16_wfByMap () throws Exception {
1822
1822
java .net .URL url = getClass ().getResource ("valid_count-lines16-wf.cwl" );
1823
1823
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
@@ -3594,7 +3594,7 @@ public void testvalid_scatter_valuefrom_inputs_wf1ByMap() throws Exception {
3594
3594
doc = (java .util .Map <String , Object >) YamlUtils .mapFromString (yaml );
3595
3595
RootLoader .loadDocument (doc , url .toString ());
3596
3596
}
3597
- @ org .junit .Test
3597
+ @ org .junit .Test ( expected = NullPointerException . class )
3598
3598
public void testvalid_count_lines10_wfByString () throws Exception {
3599
3599
String path = java .nio .file .Paths .get ("." ).toAbsolutePath ().normalize ().toString ();
3600
3600
String baseUri = Uris .fileUri (path ) + "/" ;
@@ -3604,14 +3604,14 @@ public void testvalid_count_lines10_wfByString() throws Exception {
3604
3604
RootLoader .loadDocument (yaml , baseUri );
3605
3605
}
3606
3606
3607
- @ org .junit .Test
3607
+ @ org .junit .Test ( expected = NullPointerException . class )
3608
3608
public void testvalid_count_lines10_wfByPath () throws Exception {
3609
3609
java .net .URL url = getClass ().getResource ("valid_count-lines10-wf.cwl" );
3610
3610
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
3611
3611
RootLoader .loadDocument (resPath );
3612
3612
}
3613
3613
3614
- @ org .junit .Test
3614
+ @ org .junit .Test ( expected = NullPointerException . class )
3615
3615
public void testvalid_count_lines10_wfByMap () throws Exception {
3616
3616
java .net .URL url = getClass ().getResource ("valid_count-lines10-wf.cwl" );
3617
3617
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
@@ -6532,7 +6532,7 @@ public void testvalid_io_int_default_wfByMap() throws Exception {
6532
6532
doc = (java .util .Map <String , Object >) YamlUtils .mapFromString (yaml );
6533
6533
RootLoader .loadDocument (doc , url .toString ());
6534
6534
}
6535
- @ org .junit .Test
6535
+ @ org .junit .Test ( expected = NullPointerException . class )
6536
6536
public void testvalid_count_lines18_wfByString () throws Exception {
6537
6537
String path = java .nio .file .Paths .get ("." ).toAbsolutePath ().normalize ().toString ();
6538
6538
String baseUri = Uris .fileUri (path ) + "/" ;
@@ -6542,14 +6542,14 @@ public void testvalid_count_lines18_wfByString() throws Exception {
6542
6542
RootLoader .loadDocument (yaml , baseUri );
6543
6543
}
6544
6544
6545
- @ org .junit .Test
6545
+ @ org .junit .Test ( expected = NullPointerException . class )
6546
6546
public void testvalid_count_lines18_wfByPath () throws Exception {
6547
6547
java .net .URL url = getClass ().getResource ("valid_count-lines18-wf.cwl" );
6548
6548
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
6549
6549
RootLoader .loadDocument (resPath );
6550
6550
}
6551
6551
6552
- @ org .junit .Test
6552
+ @ org .junit .Test ( expected = NullPointerException . class )
6553
6553
public void testvalid_count_lines18_wfByMap () throws Exception {
6554
6554
java .net .URL url = getClass ().getResource ("valid_count-lines18-wf.cwl" );
6555
6555
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
@@ -6714,7 +6714,7 @@ public void testvalid_rename_outputsByMap() throws Exception {
6714
6714
doc = (java .util .Map <String , Object >) YamlUtils .mapFromString (yaml );
6715
6715
RootLoader .loadDocument (doc , url .toString ());
6716
6716
}
6717
- @ org .junit .Test
6717
+ @ org .junit .Test ( expected = NullPointerException . class )
6718
6718
public void testvalid_count_lines15_wfByString () throws Exception {
6719
6719
String path = java .nio .file .Paths .get ("." ).toAbsolutePath ().normalize ().toString ();
6720
6720
String baseUri = Uris .fileUri (path ) + "/" ;
@@ -6724,14 +6724,14 @@ public void testvalid_count_lines15_wfByString() throws Exception {
6724
6724
RootLoader .loadDocument (yaml , baseUri );
6725
6725
}
6726
6726
6727
- @ org .junit .Test
6727
+ @ org .junit .Test ( expected = NullPointerException . class )
6728
6728
public void testvalid_count_lines15_wfByPath () throws Exception {
6729
6729
java .net .URL url = getClass ().getResource ("valid_count-lines15-wf.cwl" );
6730
6730
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
6731
6731
RootLoader .loadDocument (resPath );
6732
6732
}
6733
6733
6734
- @ org .junit .Test
6734
+ @ org .junit .Test ( expected = NullPointerException . class )
6735
6735
public void testvalid_count_lines15_wfByMap () throws Exception {
6736
6736
java .net .URL url = getClass ().getResource ("valid_count-lines15-wf.cwl" );
6737
6737
java .nio .file .Path resPath = java .nio .file .Paths .get (url .toURI ());
0 commit comments