This file contains hidden or 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
| [Fact] | |
| public void PerfectGame() | |
| { | |
| Game game = new Game(); | |
| for (int i = 0; i < 9; i++) | |
| { | |
| game.AddFrame(new Strike()); | |
| } |
This file contains hidden or 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
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> | |
| <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | |
| <system.webServer> | |
| <staticContent> | |
| <remove fileExtension=".eot" xdt:Transform="Insert" /> | |
| <mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" xdt:Transform="Insert" /> | |
| <mimeMap fileExtension=".woff" mimeType="application/font-woff" xdt:Transform="Insert" /> |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>@ViewBag.Title</title> | |
| </head> | |
| <body> | |
| <h1>Test</h1> | |
| <div> |