CocoaSplit/CocoaSplitTests/H264StreamerTests.m
2012-10-21 23:53:17 -04:00

32 lines
450 B
Objective-C

//
// H264StreamerTests.m
// H264StreamerTests
//
// Created by Zakk on 9/2/12.
// Copyright (c) 2012 Zakk. All rights reserved.
//
#import "H264StreamerTests.h"
@implementation H264StreamerTests
- (void)setUp
{
[super setUp];
// Set-up code here.
}
- (void)tearDown
{
// Tear-down code here.
[super tearDown];
}
- (void)testExample
{
STFail(@"Unit tests are not implemented yet in H264StreamerTests");
}
@end