I've done a little bit of Unit Testing using JUnit with a Java program, and I am new to the .NET unit testing space. I'm sure it can't be so different, though.
At work, we have a legacy VB .NET codebase, with zero unit testing going on. I want to start adding some unit testing to this thing, and I see the option in Visual Studio to use C# for unit testing.
My question is, am I even able to use C# for testing the VB code? I would definitely want to use this as an opportunity to work with C# instead of more VB. I can't find this question anywhere else online, interestingly enough, and would love some insight. It seems like I'm asking a dumb question, but I hope to get an answer that would help me understand this, especially as to why it's a dumb question, if it is.