Format:
Recent snippets for: Scott Muc
# Fixtures is currently a hard coded path Get-ChildItem .\Fixtures | % { . Fixtures\$_ } # The more verbose way #Get-Item -Path “function:Test-*“ | ForEach-Object { Write-Host -ForegroundColor DarkCyan $_.Name; Invoke-Expression $_ } ls function:test-* |% { Write-Host -fore DarkCyan $_.Name; iex $_}
110 Views
no comments
public class EnableArtistTrackActionSpecs { private readonly Playlist playlistFake; private readonly ArtistTrack trackToEnable; public EnableArtistTrackActionSpecs() { playlistFake = new Playlist(); trackToEnable = MockRepository.GenerateStub<ArtistTrack>(); }
222 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
