File tree Expand file tree Collapse file tree
test/GotenbergSharpClient.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ public void PdfEngineBuilders_Encrypt_WithEmptyPassword_Throws()
113113
114114 #region Integration Tests
115115
116+ [ Category ( "Integration" ) ]
116117 [ Test ]
117118 public async Task FlattenPdf_Succeeds ( )
118119 {
@@ -128,6 +129,7 @@ public async Task FlattenPdf_Succeeds()
128129 result . Length . Should ( ) . BeGreaterThan ( 0 ) ;
129130 }
130131
132+ [ Category ( "Integration" ) ]
131133 [ Test ]
132134 public async Task RotatePdf_Succeeds ( )
133135 {
@@ -143,6 +145,7 @@ public async Task RotatePdf_Succeeds()
143145 result . Length . Should ( ) . BeGreaterThan ( 0 ) ;
144146 }
145147
148+ [ Category ( "Integration" ) ]
146149 [ Test ]
147150 public async Task EncryptPdf_Succeeds ( )
148151 {
@@ -158,6 +161,7 @@ public async Task EncryptPdf_Succeeds()
158161 result . Length . Should ( ) . BeGreaterThan ( 0 ) ;
159162 }
160163
164+ [ Category ( "Integration" ) ]
161165 [ Test ]
162166 public async Task WriteMetadata_Succeeds ( )
163167 {
@@ -177,6 +181,7 @@ public async Task WriteMetadata_Succeeds()
177181 result . Length . Should ( ) . BeGreaterThan ( 0 ) ;
178182 }
179183
184+ [ Category ( "Integration" ) ]
180185 [ Test ]
181186 public async Task ReadMetadata_ReturnsJson ( )
182187 {
You can’t perform that action at this time.
0 commit comments