mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 14:15:50 -06:00
32 lines
450 B
Objective-C
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
|