Removed unused methods

This commit is contained in:
Prianka Liz Kariat 2023-01-16 13:12:27 +05:30
parent f7fc8a6eca
commit a0b3e620e4

View File

@ -52,14 +52,6 @@ static NSString *const kExpectedErrorDomain = @"com.google.mediapipe.tasks";
@implementation MPPTextClassifierTests @implementation MPPTextClassifierTests
- (void)setUp {
}
- (void)tearDown {
// Put teardown code here. This method is called after the invocation of each test method in the
// class.
}
+ (NSArray<MPPCategory *> *)expectedBertResultCategoriesForNegativeText { + (NSArray<MPPCategory *> *)expectedBertResultCategoriesForNegativeText {
return @[ return @[
[[MPPCategory alloc] initWithIndex:0 score:0.956187f categoryName:@"negative" displayName:nil], [[MPPCategory alloc] initWithIndex:0 score:0.956187f categoryName:@"negative" displayName:nil],