摘要:
Started by timer [EnvInject] - Loading node environment variables. Building remotely on RE_DEV_BUILD06 (OMA compass linux x64 PWI_LINUX_DEV ruby) in w 阅读全文
摘要:
1. Main方法只能写在object而不是class里 2. Unit test只能针对class或者trait,不能给object做,解决方法,把object里面要测的方法拿出来放到trait里, unit test extends trait 3. WrappedArray is abstra 阅读全文