青年中文青年中文

unit test的意思

unit test中文翻譯:

[自]單元測試

相似詞語短語

cantata unit test tutorial───康塔塔單元測試教程

unit───n.單位,單元;裝置;[軍]部隊;部件

astronomical unit───天文單位(地球與太陽間的平均距離,約為9300萬英里)

starter unit───[醫]起始物單位

corrugation unit───瓦楞機組

mocked unit───模擬裝置

centesimal unit───百分位單位

coomb unit───庫姆單位

system unit───系統處理單位

雙語使用場景

Because it will be easier to unit test.───因為這樣做單元測試比較容易。

Unit test the SCA component.───對SCA組件進行單元測試。

So here's my unit test procedure.───所以這就是我的單元測試流程。

Describes the various test conditions that you can use in a database unit test to verify whether a database object behaves as you expect.───描述可用來在數據庫單元測試中驗證數據庫對象是否按預期方式工作的各種測試條件。

The point of a unit test is not to test every possible input, but to test a representative sample.───單元測試的關鍵不在于所有可能的輸入,而是一個有代表性的樣本。

If you start the game now with your unit test the ball will move away from the center and go out of the screen, which is not really cool.───如果你現在就運行你的測試,球將會從屏幕中央飛出屏幕,這看起來就不夠酷了。

However, set the value to True if your unit test must run in a separate application domain, such as if it uses an app. Config file.───但是,如果單元測試必須在單獨的應用程序域中運行(例如,如果它使用app.config文件),則可以將該值設置為“True”。

Because a unit test is a method within a class, you can navigate to it in the same way that you can navigate to any other method in code.───因為單元測試是類中的方法,所以您可以通過定位到代碼中的其他任何方法的方式來定位到它。

I can pass it around to other classes in this unit test, and it will behave as if it were a real file.───我可以將它發送給這個單元測試中的其他類,并且它表現得像一個真正的文件。

英語使用場景

A unit test might not be able to pass a real type to a generic method that it is testing.

Burke announced there'd be a unit test and anyone who didn't pass would have to come to school on Saturday, most particularly me, since I didn't pass the last unit test.

In the unit test stage, it is often required that sentence coverage rate and branch coverage rate all up to 100% in the structure coverage test.

So, I now have this unit test program unit test stock I originally did not make it a function, I had it in-line, and I realized that was really stupid, because I wanted to do it a lot of times.

Perform software coding, unit test and pre _ integration tests . 5.

Then, you can use the XML To SQL wizard to unit test the XML document for validity before writing your code that will use the XMLToSQL run time library.

This level of information enables the creation of solid unit test cases and coverage.

With other JavaScript Unit Test frameworks, the synchronous functions would be easily testable, but the asynchronous function demo.doh.demoFunctions.asyncEcho and the widget would not.

In general, there should be a unit test for every public method of your class.