Explore tweets tagged as #FixtureSetup
@uluhonolulu
Artyom Smirnov
14 years
@GraemeF This is not a good idea. You can do something once (in FixtureSetup), store the results in a local va… (cont) http://deck.ly/~k811X
0
0
0
@ainame
Satoshi Namai
12 years
Test::More::FixtureSetup
0
0
0
@ainame
Satoshi Namai
12 years
Test::More::FixtureSetUpだと、そのモジュールでフィクスチャのセットアップできちゃいそうで意味が通らんな。
0
0
0
@uluhonolulu
Artyom Smirnov
14 years
@Grumpydev I could create a database, fill it with data etc in FixtureSetup, don't want to make it for each Test method
0
0
0
@GraemeF
Graeme Foster
16 years
Just found a [FixtureSetUp] that should have been a [SetUp] - scary!
0
0
0
@uluhonolulu
Artyom Smirnov
15 years
Took half a day just to make the test initialization (aka FixtureSetup) pass. Now moving to the Assert part. #tdd
0
0
0
@MarkBorcherding
Mark Borcherding
17 years
I'm about to put my first bit of code in FixtureSetup for my tests. It feels wrong, but I think it's needed to speed up the run of each test
0
0
0
@nobodybutca
nobody but ca
16 years
Reading: "NUnit - FixtureSetup" ( http://bit.ly/49joHQ )
0
0
0
@orangy
Ilya Ryzhenkov
17 years
@JamesKovacs that's not entirely correct, if you are consider SWA. FixtureSetup is not element, but shouldn't be marked as unused.
0
0
0
@orangy
Ilya Ryzhenkov
17 years
@JamesKovacs SWA shows globally unused members, FixtureSetup method is never used in solution. SWA asks UnitTesting for such elements.
0
0
0
@urasandesu
Akira Sugiura
15 years
そうか。FixtureSetUp/FixtureTearDown時しかAppDomainの生成/破棄してないんだった (´・ω・`)
0
0
0
@sbohlen
Steve Bohlen
16 years
@mattpodwysocki curious your exp. w that if u dont mind; when i heard no fixturesetup/teardown, i didnt go further, what do u like about it?
0
0
0
@conwayslives
That's Life!
8 years
function fixtureSetup(_gameClient_) {
0
0
0
@sbohlen
Steve Bohlen
16 years
UnitTest tip: "never do in [FixtureSetUp] what can be done in [SetUp]; *consistency* of pass/fail trumps *fast* test every time
0
0
0
@urasandesu
Akira Sugiura
15 years
やっぱりこの部分は元の考え方のままでいいのか。「staticメンバ変数のスコープがFixtureSetUp~FixtureTearDownの間だけになる。」
0
0
0
@JamesKovacs
JamesKovacs
17 years
@orangy I didn't follow your last tweet. What are you referring to wrt SWA and FixtureSetup?
0
0
0
@JHashimoto0518
jhashimoto
14 years
… "Action 属性を使うことで、これまでSetUp/TearDown/FixtureSetUp/ FixtureTearDownみたいな属性で、書いてきた準備とか後始末とかを、Actionにカプセル化して、属性ベースでテストに適用… http://t.co/FIuMIXII
0
0
0
@vkornov
Viktor Kornov
9 years
@jbogard time to go back to [FixtureSetUp]
0
0
0
@JustinKohnen
Justin Kohnen
15 years
FixtureSetup/FixtureTearDown runs once for all the tests of that test fixture
0
0
0