/07_01.ps1 Secret
Created
November 14, 2014 21:52
07. 移行サンプル:Telerik JustMock によるモック化③… で解説する間接スタブ設定追加コマンド。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PM> dir | |
Directory: C:\Users\Akira\Documents\Visual Studio 2013\Projects\JustMockMigrationDemo | |
Mode LastWriteTime Length Name | |
---- ------------- ------ ---- | |
d---- 2014/09/17 19:34 FinalMockingMigration | |
d---- 2014/09/23 16:55 FinalMockingMigrationTest | |
d---- 2014/09/28 8:46 packages | |
d---- 2014/09/27 6:45 SealedMockingMigration | |
d---- 2014/09/27 7:06 SealedMockingMigrationTest | |
d---- 2014/09/16 20:37 StaticMockingMigration | |
d---- 2014/09/21 11:35 StaticMockingMigrationTest | |
-a--- 2014/09/16 6:31 3665 JustMockMigrationDemo.sln | |
PM> cd .\StaticMockingMigration\bin\Debug | |
PM> dir | |
Directory: C:\Users\Akira\Documents\Visual Studio 2013\Projects\JustMockMigrationDemo\StaticMockingMigration\bin\Debug | |
Mode LastWriteTime Length Name | |
---- ------------- ------ ---- | |
-a--- 2014/09/25 6:18 5120 StaticMockingMigration.exe | |
-a--- 2014/09/16 6:31 189 StaticMockingMigration.exe.config | |
-a--- 2014/09/25 6:18 15872 StaticMockingMigration.pdb | |
PM> padd -af (dir .\StaticMockingMigration.exe).FullName | |
PM> padd -as "System.Web, Version=4.0.0.0" | |
PM> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment