1 // Copyright 2015-present 650 Industries. All rights reserved. 2 package host.exp.exponent.test 3 4 class TestCompletedEvent(val id: Int, val result: String) 5