File: TestBCSequenceRNAInit.h

package info (click to toggle)
biococoa 2.2.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,184 kB
  • sloc: objc: 21,348; makefile: 17; ansic: 4
file content (19 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  TestBCSequenceRNAInit.h
//  BioCocoa-test
//

/*
	Tests for the initializers of BCSequenceRNA.
	See implementation file 
*/

#import <SenTestingKit/SenTestingKit.h>


@interface TestBCSequenceRNAInit : SenTestCase
{

}

@end