(self)
| 109 | encryption.run_all_samples() |
| 110 | |
| 111 | def test_blob_encryption_samples(self): |
| 112 | encryption = BlobEncryptionSamples(self.account) |
| 113 | encryption.run_all_samples() |
| 114 | |
| 115 | |
| 116 | # ------------------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected