repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
Experiments
/
Generator
/
src
/
test
/
functional
/
NAntScriptGenerator.boo
blob
869065781a26b1f410a8592339ddd541fb17cd37
1
namespace
Generator
.
Tests
.
Functional
2
3
import
Generator
4
import
Generator
.
Extentions
5
import
NUnit
.
Framework
6
7
[
TestFixture
,
Category
(
"Functional"
)]
8
class
NAntScriptGeneratorTest
(
GeneratorTestCase
):
9
10
[
Test
]
11
def
Usage
():
12
Assert
.
AreEqual
(-
1
,
Main
((
"nantscript"
,)))
13