Visual Basic Online IDE & Code Editor for Technical Interviews
Running .NET Core 6.0 - IntelliSense is not available
Our Visual Basic environment runs on Microsoft’s cross-platform .NET Core runtime.
Your code is compiled and run with debug mode enabled.
You can run NUnit tests with the following code:
Imports NUnit.Framework
Imports NUnitLite
Imports System
Imports System.Reflection
<TestFixture()>
Public Class TestGroup
<Test()>
Public Sub BasicTest()
Assert.AreEqual(2,2)
End Sub
End Class
Module Solution
Sub Main()
Dim autorunner As New AutoRun(Assembly.GetCallingAssembly())
autorunner.execute({"--noresult"})
End Sub
End Module
Code language: VBScript (vbscript)