Example #1
0
def test_set_application():
    application = Application()
    command = Command()
    command.set_application(application)

    assert application == command.application
Example #2
0
def test_set_application():
    application = Application()
    command = Command()
    command.set_application(application)

    assert application == command.application