File tree Expand file tree Collapse file tree
src/test/java/io/tus/java/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1016,8 +1016,18 @@ final class GeneratedTusProtocolContract {
10161016 ),
10171017 new GeneratedTusClientFeature (
10181018 new GeneratedTusClientFeatureConformance (
1019- new String [0 ],
1020- "needs-generated-scenario"
1019+ new String [] {
1020+ "startValidationMissingInput" ,
1021+ "startValidationMissingEndpointOrUploadUrl" ,
1022+ "startValidationUnsupportedProtocol" ,
1023+ "startValidationRetryDelaysNotArray" ,
1024+ "startValidationParallelUploadsWithUploadUrl" ,
1025+ "startValidationParallelUploadsWithUploadSize" ,
1026+ "startValidationParallelUploadsWithDeferredLength" ,
1027+ "startValidationParallelBoundariesWithoutParallelUploads" ,
1028+ "startValidationParallelBoundariesLengthMismatch" ,
1029+ },
1030+ "covered-by-generated-scenario"
10211031 ),
10221032 "Validate option combinations before starting runtime work." ,
10231033 "startOptionValidation" ,
You can’t perform that action at this time.
0 commit comments