https://kotlinlang.org logo
z

zoltu

08/02/2016, 4:21 AM
In theory, Integration tests can be pretty fast unless you are testing code paths that require scheduled tasks. With well written local stubs it should just be a matter of round-trip on localhost which should be under 1ms in most cases.