| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 namespace UnitTests | 5 namespace UnitTests |
| 6 { | 6 { |
| 7 using System; | 7 using System; |
| 8 | 8 |
| 9 using EnvDTE; | 9 using EnvDTE; |
| 10 using EnvDTE80; | 10 using EnvDTE80; |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 debug_, | 514 debug_, |
| 515 pageName, | 515 pageName, |
| 516 propertyName); | 516 propertyName); |
| 517 TestUtilities.AssertPropertyIsNotNullOrEmpty( | 517 TestUtilities.AssertPropertyIsNotNullOrEmpty( |
| 518 release_, | 518 release_, |
| 519 pageName, | 519 pageName, |
| 520 propertyName); | 520 propertyName); |
| 521 } | 521 } |
| 522 } | 522 } |
| 523 } | 523 } |
| OLD | NEW |