From 2a2323016292941277d7009818afeece8182c3d4 Mon Sep 17 00:00:00 2001 From: MelikaFotoohi Date: Thu, 18 Mar 2021 18:33:16 +0330 Subject: [PATCH] translate --- 8_Boundaries/8_Boundaries.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/8_Boundaries/8_Boundaries.md b/8_Boundaries/8_Boundaries.md index 3fb1558..08e59a4 100644 --- a/8_Boundaries/8_Boundaries.md +++ b/8_Boundaries/8_Boundaries.md @@ -119,9 +119,7 @@ We’re essentially doing controlled experiments that check our understanding of The tests focus on what we want out of the API. # Learning log4j -Let’s say we want to use the apache log4j package rather than our own custom-built log- -ger. We download it and open the introductory documentation page. Without too much -reading we write our first test case, expecting it to write “hello” to the console. +فرض کنیم می‌خواهیم به جای استفاده از لاگر خودساخته‌مان، از apache log4j استفاده کنیم. آن را دانلود کرده و صفحه اول راهنمای آن را باز می‌کنیم. و بدون صرف وقت زیاد اولین تست کیس خود را، که از آن انتظار داریم "hello" را در کنسول چاپ کند، می‌نویسیم.‎ ```java