(self)
| 105 | client.run_all_samples() |
| 106 | |
| 107 | def test_queue_encryption_samples(self): |
| 108 | encryption = QueueEncryptionSamples(self.account) |
| 109 | encryption.run_all_samples() |
| 110 | |
| 111 | def test_blob_encryption_samples(self): |
| 112 | encryption = BlobEncryptionSamples(self.account) |
nothing calls this directly
no test coverage detected