/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/ExplicitOptionsRecommenderTests.vb
15 строк
652 B
Tomáš Matoušek
Refactoring (#56052)
02 сен 2021, 19:27
Не верифицирован
02 сен 2021, 19:27
bdf1025
Код
Авторство
О чём код?
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class ExplicitOptionsRecommenderTests Inherits RecommenderTests <Fact> <Trait(Traits.Feature, Traits.Features.KeywordRecommending)> Public Sub OptionsAfterOptionExplicitTest() VerifyRecommendationsAreExactly(<File>Option Explicit |</File>, "On", "Off") End Sub End Class End Namespace