Try your search with a different keyword or use * as a wildcard.
namespace Nop.Tests;
public static partial class NopTestConfiguration
{
///
/// Gets the connection string for MySQL server
///
public static string MySqlServerConnectionString => "";
///
/// Gets the connection string for PostgreSQL server
///
public static string PostgreSqlServerConnectionString => "";
///
/// Gets the connection string for MS SQL server
///
public static string SqlServerConnectionString => "";
///
/// Gets the connection string for SQLite server
///
public static string SqliteConnectionString => "Data Source=nopCommerceTest.sqlite;Mode=Memory;Cache=Shared";
}