TAP version 14
# Subtest: shorthand - delete
    1..1
    ok 1 - (unnamed test)
ok 1 - shorthand - delete # time=12.066ms

# Subtest: shorthand - delete params
    1..1
    ok 1 - (unnamed test)
ok 2 - shorthand - delete params # time=0.65ms

# Subtest: shorthand - delete, querystring schema
    1..1
    ok 1 - (unnamed test)
ok 3 - shorthand - delete, querystring schema # time=0.333ms

# Subtest: shorthand - get, headers schema
    1..1
    ok 1 - (unnamed test)
ok 4 - shorthand - get, headers schema # time=0.319ms

# Subtest: missing schema - delete
    1..1
    ok 1 - (unnamed test)
ok 5 - missing schema - delete # time=16.797ms

# Subtest: body - delete
    1..1
    ok 1 - (unnamed test)
ok 6 - body - delete # time=0.39ms

# Subtest: shorthand - delete with application/json Content-Type header and null body
    1..4
    ok 1 - should be equal
    ok 2 - should not error
    ok 3 - should be equal
    ok 4 - should be equivalent
ok 7 - shorthand - delete with application/json Content-Type header and null body # time=89.66ms

ok 8 - shorthand - delete with application/json Content-Type header and without body # SKIP https://github.com/fastify/fastify/pull/5419
ok 9 - should not error
# Subtest: shorthand - request delete
    1..4
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
    ok 4 - should be equivalent
ok 10 - shorthand - request delete # time=15.837ms

# Subtest: shorthand - request delete params schema
    1..4
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
    ok 4 - should be equivalent
ok 11 - shorthand - request delete params schema # time=2.682ms

# Subtest: shorthand - request delete params schema error
    1..3
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equivalent
ok 12 - shorthand - request delete params schema error # time=11.277ms

# Subtest: shorthand - request delete headers schema
    1..4
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
    ok 4 - should be equal
ok 13 - shorthand - request delete headers schema # time=3.593ms

# Subtest: shorthand - request delete headers schema error
    1..3
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equivalent
ok 14 - shorthand - request delete headers schema error # time=2.149ms

# Subtest: shorthand - request delete querystring schema
    1..4
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
    ok 4 - should be equivalent
ok 15 - shorthand - request delete querystring schema # time=1.38ms

# Subtest: shorthand - request delete querystring schema error
    1..3
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equivalent
ok 16 - shorthand - request delete querystring schema error # time=3.648ms

# Subtest: shorthand - request delete missing schema
    1..4
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equal
    ok 4 - should be equivalent
ok 17 - shorthand - request delete missing schema # time=0.928ms

# Subtest: shorthand - delete with body
    1..3
    ok 1 - should not error
    ok 2 - should be equal
    ok 3 - should be equivalent
ok 18 - shorthand - delete with body # time=1.571ms

1..18
