How to remove repetetive unit tests?

后端 未结 0 506
长发绾君心
长发绾君心 2021-02-01 15:16

Let\'s say I have the following class:

class Foo {
    public a( a, b ) {
        return this._exectute( {a,b} );
    }
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题