libraryTests method

AFLibraryTestHolder? libraryTests(
  1. AFLibraryID id
)

Implementation

AFLibraryTestHolder? libraryTests(AFLibraryID id) {
  return thirdPartyUITests[id];
}