Exemplo n.º 1
0
def test_size_zero():
    assert AMF3Integer.size(ZERO) == ZERO_SIZE
Exemplo n.º 2
0
def test_size_max():
    assert AMF3Integer.size(MAX) == MAX_SIZE
Exemplo n.º 3
0
def test_size_min():
    assert AMF3Integer.size(MIN) == MIN_SIZE
Exemplo n.º 4
0
def test_size_zero():
    assert AMF3Integer.size(ZERO) == ZERO_SIZE
Exemplo n.º 5
0
def test_size_max():
    assert AMF3Integer.size(MAX) == MAX_SIZE
Exemplo n.º 6
0
def test_size_min():
    assert AMF3Integer.size(MIN) == MIN_SIZE