});
assertTrue(
"Sample groups need to contain at least one inner class type",
!innerClassTypes.isEmpty());
final ProvidedContext providedContext = ProctorUtils.convertContextToTestableMap(declaredContext);
assertTrue(
"Expected the provided context to be populated since no class-not-found-error should have been thrown",
!providedContext.getContext().isEmpty());
}