阅读背景:

存根访问受保护的变量。

来源:互联网 

I need to test this class:

我需要测试这个类:

public abstract class GaBase
{
    protected GoogleAnalyticsInfo GAInfo;

    protected abstract void PopulateGAInfo();

    public string GetGoogleAnalyticsTag()
    {
        //Return any info related to GAInfo
    }

    //Some other stuffs
}
public



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: