Ejemplo n.º 1
0
def test_removable_media_volume_name_exists_str_gives_correct_json_representation(
):
    _filter = RemovableMediaVolumeName.exists()
    expected = EXISTS.format("removableMediaVolumeName")
    assert str(_filter) == expected
Ejemplo n.º 2
0
def test_removable_media_vendor_exists_str_gives_correct_json_representation():
    _filter = RemovableMediaVendor.exists()
    expected = EXISTS.format("removableMediaVendor")
    assert str(_filter) == expected
Ejemplo n.º 3
0
def test_exposure_type_exists_str_gives_correct_json_representation():
    _filter = ExposureType.exists()
    expected = EXISTS.format("exposure")
    assert str(_filter) == expected
Ejemplo n.º 4
0
def test_destination_name_exists_str_gives_correct_json_representation():
    _filter = DestinationName.exists()
    expected = EXISTS.format("destinationName")
    assert str(_filter) == expected
Ejemplo n.º 5
0
def test_sha256_exists_str_gives_correct_json_representation():
    _filter = SHA256.exists()
    expected = EXISTS.format("sha256Checksum")
    assert str(_filter) == expected
Ejemplo n.º 6
0
def test_sync_destination_username_exists_str_gives_correct_json_representation(
):
    _filter = SyncDestinationUsername.exists()
    expected = EXISTS.format("syncDestinationUsername")
    assert str(_filter) == expected
Ejemplo n.º 7
0
def test_window_title_exists_str_gives_correct_json_representation():
    _filter = WindowTitle.exists()
    expected = EXISTS.format("tabTitles")
    assert str(_filter) == expected
Ejemplo n.º 8
0
def test_source_category_exists_str_gives_correct_json_representation():
    _filter = SourceCategory.exists()
    expected = EXISTS.format("sourceCategory")
    assert str(_filter) == expected
Ejemplo n.º 9
0
def test_source_name_exists_str_gives_correct_json_representation():
    _filter = SourceName.exists()
    expected = EXISTS.format("sourceName")
    assert str(_filter) == expected
Ejemplo n.º 10
0
def test_shared_with_exists_str_gives_correct_json_representation():
    _filter = SharedWith.exists()
    expected = EXISTS.format("sharedWith")
    assert str(_filter) == expected
Ejemplo n.º 11
0
def test_email_recipients_exists_str_gives_correct_json_representation():
    _filter = EmailRecipients.exists()
    expected = EXISTS.format("emailRecipients")
    assert str(_filter) == expected
Ejemplo n.º 12
0
def test_sharing_type_added_exists_str_gives_correct_json_representation():
    _filter = SharingTypeAdded.exists()
    expected = EXISTS.format("sharingTypeAdded")
    assert str(_filter) == expected
Ejemplo n.º 13
0
def test_actor_exists_str_gives_correct_json_representation():
    _filter = Actor.exists()
    expected = EXISTS.format("actor")
    assert str(_filter) == expected
Ejemplo n.º 14
0
def test_file_owner_exists_str_gives_correct_json_representation():
    _filter = FileOwner.exists()
    expected = EXISTS.format("fileOwner")
    assert str(_filter) == expected
Ejemplo n.º 15
0
def test_removable_media_partition_id_exists_str_gives_correct_json_representation(
):
    _filter = RemovableMediaPartitionID.exists()
    expected = EXISTS.format("removableMediaPartitionId")
    assert str(_filter) == expected
Ejemplo n.º 16
0
def test_source_tab_titles_exists_str_gives_correct_json_representation():
    _filter = SourceTabTitles.exists()
    expected = EXISTS.format("sourceTabTitles")
    assert str(_filter) == expected
Ejemplo n.º 17
0
def test_removable_media_serial_number_exists_str_gives_correct_json_representation(
):
    _filter = RemovableMediaSerialNumber.exists()
    expected = EXISTS.format("removableMediaSerialNumber")
    assert str(_filter) == expected
Ejemplo n.º 18
0
def test_private_ip_exists_str_gives_correct_json_representation():
    _filter = PrivateIPAddress.exists()
    expected = EXISTS.format("privateIpAddresses")
    assert str(_filter) == expected
Ejemplo n.º 19
0
def test_tab_url_exists_str_gives_correct_json_representation():
    _filter = TabURL.exists()
    expected = EXISTS.format("tabUrls")
    assert str(_filter) == expected
Ejemplo n.º 20
0
def test_public_ip_address_exists_str_gives_correct_json_representation():
    _filter = PublicIPAddress.exists()
    expected = EXISTS.format("publicIpAddress")
    assert str(_filter) == expected
Ejemplo n.º 21
0
def test_destination_category_exists_str_gives_correct_json_representation():
    _filter = DestinationCategory.exists()
    expected = EXISTS.format("destinationCategory")
    assert str(_filter) == expected
Ejemplo n.º 22
0
def test_os_hostname_exists_str_gives_correct_json_representation():
    _filter = OSHostname.exists()
    expected = EXISTS.format("osHostName")
    assert str(_filter) == expected
Ejemplo n.º 23
0
def test_process_name_exists_str_gives_correct_json_representation():
    _filter = ProcessName.exists()
    expected = EXISTS.format("processName")
    assert str(_filter) == expected
Ejemplo n.º 24
0
def test_md5_exists_str_gives_correct_json_representation():
    _filter = MD5.exists()
    expected = EXISTS.format("md5Checksum")
    assert str(_filter) == expected